Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

JAXB Interview Questions and Answers

Question: What is XML Binding Relationships?
Answer: The relationships between the components involved in XML binding (data binding) are shown below:
schema > classes < objects < > XML > schema
  • Schema generates classes.
  • Objects are instanceof classes.
  • Marshal from objects to XML.
  • Unmarshall from XML to objects.
  • XML validates and conforms to Schema.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook